This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: dblookup and dbcolumn ~Yentl Kifreeterynds 21.Jan.04 04:52 PM a Web browser Domino Designer 6.0.2 CF2Windows XP
Hi,
First of all, you should index your database and categorize your first column in your view.
First field formula is :
@DbColumn("Notes":"Nocache";"":"";View Name;1)
Return : "Chicago":"New York"
Second Field formula is :
TMP:=@DbLookup("Notes":"NoCache";"":"";View name;First Field;2);
@If(@IsError(TMP);"";TMP)
Return : "001" : "002" : "003" .....